import * as React from 'react'; import { Radio, RadioGroupField } from '@aws-amplify/ui-react'; export const ControlledExample = () => { const [value, setValue] = React.useState('apple'); return ( setValue(e.target.value)} > 🍎 🍌 🥕 ); };